home *** CD-ROM | disk | FTP | other *** search
- RandomWordsView = {
- ACTIONS = {
- "chooseWordColor:" = "chooseWordColor:";
- "chooseWordFile:" = "chooseWordFile:";
- "inspector:" = "inspector:";
- "setSaveWord:" = "setSaveWord:";
- "setWordColor:" = "setWordColor:";
- "setWordFile:" = "setWordFile:";
- "setWordFont:" = "setWordFont:";
- "showInspector:" = "showInspector:";
- "stepSliderAction:" = "stepSliderAction:";
- "switchAction:" = "switchAction:";
- "toggleImage:" = "toggleImage:";
- "windowDidMove:" = "windowDidMove:";
- };
- OUTLETS = {
- fileField = fileField;
- inspectorButton = inspectorButton;
- inspectorPanel = inspectorPanel;
- myColorWell = myColorWell;
- myFontField = myFontField;
- myTextField = myTextField;
- randomSwitch = randomSwitch;
- realInspector = realInspector;
- saveWordField = saveWordField;
- saveWordRadio = saveWordRadio;
- steptimeField = steptimeField;
- steptimeSlider = steptimeSlider;
- theFontManager = theFontManager;
- };
- SUPERCLASS = BackView;
- };
- BackView = {ACTIONS = {}; OUTLETS = {image = image; }; SUPERCLASS = View; };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
-